Install xen/xsm headers to .../usr/include/xen/xsm/
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Sat, 8 Sep 2007 09:06:15 +0000 (10:06 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Sat, 8 Sep 2007 09:06:15 +0000 (10:06 +0100)
Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
xen/Makefile

index 3b1403f99058c4e5f781406441a999c4b21cee88..464ed41260846c1f321a74abdfdcb02ff3027065 100644 (file)
@@ -35,12 +35,15 @@ _install: $(TARGET).gz build-headers
                $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/hvm
        [ -d $(DESTDIR)/usr/include/xen/io ] || \
                $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/io
+       [ -d $(DESTDIR)/usr/include/xen/xsm ] || \
+               $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/xsm
        [ -d $(DESTDIR)/usr/include/xen/foreign ] || \
                $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/foreign
        $(INSTALL_DATA) include/public/*.h $(DESTDIR)/usr/include/xen
        $(INSTALL_DATA) include/public/arch-x86/*.h $(DESTDIR)/usr/include/xen/arch-x86
        $(INSTALL_DATA) include/public/hvm/*.h $(DESTDIR)/usr/include/xen/hvm
        $(INSTALL_DATA) include/public/io/*.h $(DESTDIR)/usr/include/xen/io
+       $(INSTALL_DATA) include/public/xsm/*.h $(DESTDIR)/usr/include/xen/xsm
        $(INSTALL_DATA) include/public/foreign/*.h $(DESTDIR)/usr/include/xen/foreign
        $(INSTALL_DATA) include/public/COPYING $(DESTDIR)/usr/include/xen